.menu-links {
  background-color: transparent;
  cursor: pointer;
  padding: 4px 6px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  transition: 0.25s;
  display: inline-block;
  vertical-align: top;
  z-index: 999;
  color: white;
  border-radius: 4px;
}

.links,
a {
  color: white;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  margin: 0;
  z-index: 999;
}

.links:hover,
.menu-links:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.links:active {
  opacity: 0.7;
}
